home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / SMTP < prev    next >
Text File  |  1996-07-27  |  5KB  |  137 lines

  1.  
  2. smtp <subcommand>
  3.  
  4.  
  5.      These commands are used for the Simple  Message  Transport
  6.      Protocol  service (that is, mail).
  7.  
  8.     smtp batch [yes | no]
  9.  
  10.      If set smtp will batch the commands into one frame.  When off
  11.      only one command is sent and a response is waited for.  Some old
  12.      and flaky smtp servers cannot handle more than one command at a
  13.      time.  NOS can handle multiple.  If you are not hindered by an
  14.      old smtp server, setting batch reduces bandwidth.
  15.  
  16.  
  17.     smtp bidcheck [ON | off]
  18.  
  19.      Sets or displays status of smtp bidchecking.  Default is ON.
  20.      If ON, incoming messages with dupe bids are rejected, with an
  21.      error message being sent to the sender.
  22.      NOTE: this command was deleted in Jnos 1.10K, as duplicates are
  23.      now merely ignored, and never returned to sender.     
  24.  
  25.  
  26.     smtp dtimeout [<hours>]                             Default: 0
  27.      Displays or sets the number of hours a message will remain in
  28.      the smtp mqueue before being returned to sender.  Delivery attempts
  29.      are made at "smtp timer" intervals.  If <hours> is zero, the message
  30.      remains in mqueue indefinitely.
  31.  
  32.  
  33.     smtp gateway [<hostid> | none]
  34.  
  35.      Displays or sets the host to be used as a "smart" mail relay.
  36.      Any  mail sent to a host not in the domain.txt file or not found
  37.      via a nameserver query, will instead be sent to the gateway for
  38.      forwarding (if defined).  To undefine the gateway, specify "none".
  39.  
  40.  
  41.     smtp kick [<hostname>]
  42.  
  43.      Run through the outgoing mail queue and attempt to deliver any
  44.      pending mail to all systems, or just to <hostname> if specified.
  45.      This command allows the user to "kick" the mail system manually.
  46.      Normally, this command is periodically invoked by a timer whenever
  47.      NOS is running.
  48.  
  49.  
  50.     smtp kill <jobid>
  51.  
  52.      Kill <jobid> and delete the message.  If the job is "locked" by
  53.      the smtp client process, you will be asked to confirm the removal.
  54.  
  55.  
  56.     smtp list
  57.  
  58.      List the current jobs. An "L" means locked and in progress.  It
  59.      is wise to add in autoexec.bat a "del /spool/mqueue/*.lck"
  60.      command.  As of JNOS 1.10 (x16), all '.lck' files are
  61.      automatically deleted on startup.
  62.  
  63.  
  64.     smtp maxclients [<count>]
  65.  
  66.      Displays or sets the maximum number of simultaneous outgoing
  67.      SMTP sessions that will be allowed.  The default is 10.  Reduce
  68.      <count> if network congestion is a problem.
  69.  
  70.  
  71.     smtp maxservers [<count>]
  72.  
  73.      Displays or sets the maximum number of simultaneous incoming
  74.      SMTP sessions that will be allowed.  The default is 0, ie, no
  75.      limit other than the amount of memory available.
  76.  
  77.  
  78.     smtp mode [queue | ROUTE]
  79.  
  80.      Sets the smtp delivery mode.  If 'queue', all messages are left
  81.      in /spool/rqueue for external forwarding and handling.  If
  82.      'route', messages are handled and, if for local, appended to a
  83.      mailbox, or if remote they are forwarded.  Default = 'route'
  84.  
  85.  
  86.     smtp quiet [YES | no]
  87.  
  88.      Enables or disables the inclusion of a beep in the message that
  89.      new mail arrived at this system.  See 'smtp trace' below, to
  90.      enable the printing of a new-mail-arrived message.
  91.  
  92.  
  93.     smtp t4 [<seconds>]
  94.  
  95.      Displays or sets a t4 timer for smtp client (outgoing) sessions
  96.      so that they will disconnect after a period of inactivity and
  97.      prevent lockups.  Default = 0, i.e., no disconnect timeout.
  98.      
  99.  
  100.     smtp tdisc [<seconds>]
  101.  
  102.      Displays or sets a disconect timer for smtp server (incoming) 
  103.      sessions so that they will disconnect after a period of inactivity
  104.      and prevent lockups. Default = 0, i.e., no disconnect timeout.
  105.  
  106.  
  107.     smtp timer [<seconds>]
  108.  
  109.      Displays or sets the interval, between scans of the outbound mail
  110.      queue.  For example, smtp timer 600 will cause the system to
  111.      check for outgoing mail every 10 minutes and attempt to deliver
  112.      anything it finds, subject of course to the smtp maxclients
  113.      limit.  Setting a value of zero disables queue scanning
  114.      altogether.  This value is  recommended  for standalone IP
  115.      gateways that never handle mail, since it saves wear and tear on
  116.      the (floppy) disk drive.  Default = 0
  117.     
  118.  
  119.     smtp trace [<value>]
  120.  
  121.      Displays or sets the trace flag in the SMTP client, allowing you
  122.      to  watch SMTP's conversations as it delivers mail.  Zero (the
  123.      default) disables tracing.  A trace value of 1 just enables the
  124.      "new mail for n5knx from <k5arh@w5ddl.ampr.org>".  Larger values
  125.      produce more voluminous trace output.
  126.      
  127.  
  128.     smtp usemx [yes | NO]
  129.  
  130.      Displays or sets a flag enabling or disabling MX record lookups.
  131.      This can  be enabled if a domain server is available in the near
  132.      distance (reachable).  It should be disabled (default) if no
  133.      domain server is in reach to  satisfy  the MX  query.  Note that
  134.      MX record handling is limited to the five highest-preference hosts.
  135.      Also, the smtp t4 timer must be set, in order to timeout on non-
  136.      responsive hosts.
  137.